//==============================================================================
// wolf_anim.txt
//==============================================================================

//==============================================================================
define SunLight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon Sunlight
      }
   }
}

//==============================================================================
define GroundGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon GroundGlow
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define soul
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul
      }
   }
}

//==============================================================================
define soulaurora
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Aurora
      }
   }
}

//==============================================================================
define heavenlight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Heaven Light
      }
   }
}

//==============================================================================
define soulbirth
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Birth
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Special N Fenris_BirthA
				Connect FRONTABDOMEN heroglow hotspot
				Connect FRONTABDOMEN soulbirth hotspot
         }
      }
   }
}

//==============================================================================
anim idle
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			Visual Special N Fenris_IdleA
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_WalkA
					Connect FRONTABDOMEN heroglow hotspot
         }
			version
         {
            Visual Special N Fenris_RunA
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim run
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_RunA
					Connect FRONTABDOMEN heroglow hotspot
			length .6
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_AttackA
					Connect FRONTABDOMEN heroglow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.57 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.57 false CrocSnap checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
/*
anim walkAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_AttackA
					Connect FRONTABDOMEN heroglow hotspot
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
         }
      }
   }
}
*/

//==============================================================================
anim Bored
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
				Visual Special N Fenris_BoredA
					Connect FRONTABDOMEN heroglow hotspot
         }
			version
         {
				Visual Special N Fenris_BoredB
					Connect FRONTABDOMEN heroglow hotspot
         }
			version
         {
				Visual Special N Fenris_BoredC
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			Visual Special N Fenris_DeathA
				connect ATTACHPOINT soul hotspot
				connect ATTACHPOINT soulaurora hotspot
				connect ATTACHPOINT heavenlight hotspot
				connect ATTACHPOINT soulbirth hotspot
				Connect FRONTABDOMEN heroglow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.00 false FenrisWolfDeath1 checkVisible 
               tag SpecificSoundSet 0.35 false FenrisWolfDeath2 checkVisible 
               tag SpecificSoundSet 0.75 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			Visual Special N Fenris_FlailA
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}